实现此接口并打上 @AutoService(I18nDef::class) 注释即可注册一个 i18n 条目。
@AutoService(I18nDef::class)
此接口提供安全的 i18n 读取服务,使用 I18nDef 来读取国际化的文本,而不必手动输入 i18n 条目的 key。